You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > Split Method > TVec.Split Method ([In] TVec[], [In] int[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.Split Method ([In] TVec[], [In] int[])

Copy the contents of the calling TVec object to the TVec objects in Dst array.

Syntax
C#
Visual Basic
public void Split([In] TVec[] Dst, [In] int[] DstSize);

The Length of objects in Dst array is defined in the DstSize array. The Length and TMtxVec.Complex properties of vectors in Dst array are set implicitly. An exception is raised if the sum of DstSize lengths exceeds the Length of the calling vector.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!